From: Philippe SWARTVAGHER Date: Wed, 13 Jul 2022 19:20:13 +0000 (+0200) Subject: Fix a typo spotted by Lintian X-Git-Tag: archive/raspbian/2.10.0-2+rpi1^2~2 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=410ac9251f427638214b24a5050e635667781228;p=cmus.git Fix a typo spotted by Lintian Forwarded: https://github.com/cmus/cmus/pull/1206 Gbp-Pq: Name 0003-Fix-typo.patch --- diff --git a/mpris.c b/mpris.c index 0699b0c..af027dc 100644 --- a/mpris.c +++ b/mpris.c @@ -509,7 +509,7 @@ out: bus = NULL; mpris_fd = -1; - const char *msg = "an error occured while initializing " + const char *msg = "an error occurred while initializing " "MPRIS: %s. MPRIS will be disabled."; error_msg(msg, strerror(-res));